﻿2026-07-15T11:53:14.0856309Z ##[group]Run set -euo pipefail
2026-07-15T11:53:14.0856699Z [36;1mset -euo pipefail[0m
2026-07-15T11:53:14.0856973Z [36;1mPIN=0c95435[0m
2026-07-15T11:53:14.0857230Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-15T11:53:14.0857521Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-15T11:53:14.0857917Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-15T11:53:14.0858579Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-15T11:53:14.0859157Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-15T11:53:14.0859573Z [36;1m  rm -rf "$CACHE"[0m
2026-07-15T11:53:14.0859855Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-15T11:53:14.0860173Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-15T11:53:14.0860555Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-15T11:53:14.0860936Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-15T11:53:14.0861250Z [36;1mfi[0m
2026-07-15T11:53:14.0861643Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-15T11:53:14.0876199Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-15T11:53:14.0876556Z env:
2026-07-15T11:53:14.0876803Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-15T11:53:14.0877100Z ##[endgroup]
2026-07-15T11:53:14.3838233Z    Compiling proc-macro2 v1.0.106
2026-07-15T11:53:14.3838925Z    Compiling unicode-ident v1.0.24
2026-07-15T11:53:14.3839594Z    Compiling quote v1.0.45
2026-07-15T11:53:14.3839904Z    Compiling libc v0.2.186
2026-07-15T11:53:14.3840206Z    Compiling serde_core v1.0.228
2026-07-15T11:53:14.3840531Z    Compiling cfg-if v1.0.4
2026-07-15T11:53:14.3863355Z    Compiling serde v1.0.228
2026-07-15T11:53:14.3892680Z    Compiling log v0.4.32
2026-07-15T11:53:14.3944904Z    Compiling pin-project-lite v0.2.17
2026-07-15T11:53:14.3945586Z    Compiling typenum v1.20.1
2026-07-15T11:53:14.3974437Z    Compiling portable-atomic v1.13.1
2026-07-15T11:53:14.4060568Z    Compiling memchr v2.8.1
2026-07-15T11:53:14.4159222Z    Compiling version_check v0.9.5
2026-07-15T11:53:14.4219400Z    Compiling find-msvc-tools v0.1.9
2026-07-15T11:53:14.4350709Z    Compiling shlex v2.0.1
2026-07-15T11:53:14.4383577Z    Compiling critical-section v1.2.0
2026-07-15T11:53:14.4752060Z    Compiling futures-core v0.3.32
2026-07-15T11:53:14.4801375Z    Compiling bytes v1.11.1
2026-07-15T11:53:14.5383326Z    Compiling subtle v2.6.1
2026-07-15T11:53:14.6371238Z    Compiling equivalent v1.0.2
2026-07-15T11:53:14.6641361Z    Compiling smallvec v1.15.1
2026-07-15T11:53:14.6899216Z    Compiling itoa v1.0.18
2026-07-15T11:53:14.7134420Z    Compiling semver v1.0.28
2026-07-15T11:53:14.7180956Z    Compiling stable_deref_trait v1.2.1
2026-07-15T11:53:14.7336901Z    Compiling futures-sink v0.3.32
2026-07-15T11:53:14.7778686Z    Compiling slab v0.4.12
2026-07-15T11:53:14.8180253Z    Compiling generic-array v0.14.7
2026-07-15T11:53:14.8247024Z    Compiling futures-io v0.3.32
2026-07-15T11:53:14.8550022Z    Compiling futures-channel v0.3.32
2026-07-15T11:53:14.8884896Z    Compiling futures-task v0.3.32
2026-07-15T11:53:14.9225673Z    Compiling rand_core v0.10.1
2026-07-15T11:53:14.9413742Z    Compiling hashbrown v0.17.1
2026-07-15T11:53:14.9808414Z    Compiling rustversion v1.0.22
2026-07-15T11:53:15.0260504Z    Compiling bitflags v2.12.1
2026-07-15T11:53:15.0760411Z    Compiling cpufeatures v0.2.17
2026-07-15T11:53:15.1296834Z    Compiling rustc_version v0.4.1
2026-07-15T11:53:15.1430851Z    Compiling getrandom v0.4.2
2026-07-15T11:53:15.1560231Z    Compiling fnv v1.0.7
2026-07-15T11:53:15.1573244Z    Compiling strsim v0.11.1
2026-07-15T11:53:15.1811735Z    Compiling cfg_aliases v0.2.1
2026-07-15T11:53:15.2200826Z    Compiling litemap v0.8.2
2026-07-15T11:53:15.2397725Z    Compiling writeable v0.6.3
2026-07-15T11:53:15.2551296Z    Compiling icu_properties_data v2.2.0
2026-07-15T11:53:15.3470890Z    Compiling icu_normalizer_data v2.2.0
2026-07-15T11:53:15.4030281Z    Compiling ident_case v1.0.1
2026-07-15T11:53:15.4893284Z    Compiling dunce v1.0.5
2026-07-15T11:53:15.5040900Z    Compiling fs_extra v1.3.0
2026-07-15T11:53:15.5162993Z    Compiling utf8_iter v1.0.4
2026-07-15T11:53:15.5720165Z    Compiling autocfg v1.5.1
2026-07-15T11:53:15.6000236Z    Compiling percent-encoding v2.3.2
2026-07-15T11:53:15.6230599Z    Compiling http v1.4.1
2026-07-15T11:53:15.6510338Z    Compiling thiserror v2.0.18
2026-07-15T11:53:15.6730578Z    Compiling cpufeatures v0.3.0
2026-07-15T11:53:15.7890899Z    Compiling unicode-segmentation v1.13.3
2026-07-15T11:53:15.8183184Z    Compiling aws-lc-rs v1.17.0
2026-07-15T11:53:15.8500411Z    Compiling scopeguard v1.2.0
2026-07-15T11:53:15.9102648Z    Compiling lock_api v0.4.14
2026-07-15T11:53:15.9207944Z    Compiling form_urlencoded v1.2.2
2026-07-15T11:53:15.9240701Z    Compiling chacha20 v0.10.0
2026-07-15T11:53:16.0255888Z    Compiling syn v2.0.117
2026-07-15T11:53:16.0414374Z    Compiling indexmap v2.14.0
2026-07-15T11:53:16.0983984Z    Compiling untrusted v0.9.0
2026-07-15T11:53:16.1490647Z    Compiling heck v0.5.0
2026-07-15T11:53:16.1720650Z    Compiling rustls v0.23.40
2026-07-15T11:53:16.1850173Z    Compiling const-oid v0.10.2
2026-07-15T11:53:16.2250700Z    Compiling anyhow v1.0.102
2026-07-15T11:53:16.2327579Z    Compiling atomic-waker v1.1.2
2026-07-15T11:53:16.2450641Z    Compiling unicode-xid v0.2.6
2026-07-15T11:53:16.2470330Z    Compiling parking_lot_core v0.9.12
2026-07-15T11:53:16.3556020Z    Compiling convert_case v0.10.0
2026-07-15T11:53:16.3660106Z    Compiling httparse v1.10.1
2026-07-15T11:53:16.3830247Z    Compiling paste v1.0.15
2026-07-15T11:53:16.3960162Z    Compiling zerocopy v0.8.50
2026-07-15T11:53:16.4160394Z    Compiling hybrid-array v0.4.12
2026-07-15T11:53:16.4520683Z    Compiling jobserver v0.1.34
2026-07-15T11:53:16.4680250Z    Compiling num-traits v0.2.19
2026-07-15T11:53:16.4950772Z    Compiling curve25519-dalek v4.1.3
2026-07-15T11:53:16.5539970Z    Compiling ahash v0.8.12
2026-07-15T11:53:16.7130873Z    Compiling http-body v1.0.1
2026-07-15T11:53:16.7327377Z    Compiling base64ct v1.8.3
2026-07-15T11:53:16.7444164Z    Compiling powerfmt v0.2.0
2026-07-15T11:53:16.7530840Z    Compiling either v1.16.0
2026-07-15T11:53:16.8040221Z    Compiling fastrand v2.4.1
2026-07-15T11:53:16.8150400Z    Compiling cc v1.2.63
2026-07-15T11:53:16.9797045Z    Compiling crypto-common v0.1.7
2026-07-15T11:53:16.9862280Z    Compiling block-buffer v0.10.4
2026-07-15T11:53:17.0055826Z    Compiling deranged v0.5.8
2026-07-15T11:53:17.1190777Z    Compiling pem-rfc7468 v1.0.0
2026-07-15T11:53:17.1536281Z    Compiling digest v0.10.7
2026-07-15T11:53:17.1690952Z    Compiling pkg-config v0.3.33
2026-07-15T11:53:17.1732339Z    Compiling tower-service v0.3.3
2026-07-15T11:53:17.2050707Z    Compiling time-core v0.1.8
2026-07-15T11:53:17.2560722Z    Compiling num-conv v0.2.2
2026-07-15T11:53:17.2630675Z    Compiling vcpkg v0.2.15
2026-07-15T11:53:17.2790492Z    Compiling data-encoding v2.11.0
2026-07-15T11:53:17.4090583Z    Compiling base64 v0.22.1
2026-07-15T11:53:17.4130450Z    Compiling tinyvec_macros v0.1.1
2026-07-15T11:53:17.4467655Z    Compiling try-lock v0.2.5
2026-07-15T11:53:17.4917201Z    Compiling zmij v1.0.21
2026-07-15T11:53:17.5040515Z    Compiling tinyvec v1.11.0
2026-07-15T11:53:17.5170649Z    Compiling sha2 v0.10.9
2026-07-15T11:53:17.5732642Z    Compiling want v0.3.1
2026-07-15T11:53:17.7600140Z    Compiling mio v1.2.1
2026-07-15T11:53:17.8040399Z    Compiling socket2 v0.6.4
2026-07-15T11:53:17.8420428Z    Compiling getrandom v0.2.17
2026-07-15T11:53:18.0760965Z    Compiling cmake v0.1.58
2026-07-15T11:53:18.1060361Z    Compiling rand v0.10.1
2026-07-15T11:53:18.1308308Z    Compiling uuid v1.23.2
2026-07-15T11:53:18.1710861Z    Compiling rand_core v0.6.4
2026-07-15T11:53:18.1990281Z    Compiling parking_lot v0.12.5
2026-07-15T11:53:18.2690997Z    Compiling crypto-common v0.2.2
2026-07-15T11:53:18.2744012Z    Compiling block-buffer v0.12.0
2026-07-15T11:53:18.3180488Z    Compiling inout v0.1.4
2026-07-15T11:53:18.4380282Z    Compiling vergen-lib v9.1.0
2026-07-15T11:53:18.4771987Z    Compiling n0-future v0.3.2
2026-07-15T11:53:18.4910274Z    Compiling signature v2.2.0
2026-07-15T11:53:18.6362450Z    Compiling serde_json v1.0.150
2026-07-15T11:53:18.6490374Z    Compiling spin v0.10.0
2026-07-15T11:53:18.6572836Z    Compiling cordyceps v0.3.4
2026-07-15T11:53:18.6683254Z    Compiling parking v2.2.1
2026-07-15T11:53:18.7069525Z    Compiling diatomic-waker v0.2.3
2026-07-15T11:53:18.7307366Z    Compiling winnow v1.0.3
2026-07-15T11:53:18.7669924Z    Compiling crossbeam-utils v0.8.21
2026-07-15T11:53:18.7700704Z    Compiling httpdate v1.0.3
2026-07-15T11:53:18.8182645Z    Compiling futures-lite v2.6.1
2026-07-15T11:53:18.8769977Z    Compiling ed25519 v2.2.3
2026-07-15T11:53:18.8800732Z    Compiling cipher v0.4.4
2026-07-15T11:53:18.9037429Z    Compiling netlink-packet-core v0.8.1
2026-07-15T11:53:19.0327428Z    Compiling futures-buffered v0.2.13
2026-07-15T11:53:19.0918837Z    Compiling universal-hash v0.5.1
2026-07-15T11:53:19.0976094Z    Compiling vergen-lib v0.1.6
2026-07-15T11:53:19.1182755Z    Compiling vergen v9.1.0
2026-07-15T11:53:19.1322856Z    Compiling heapless v0.7.17
2026-07-15T11:53:19.1720250Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-15T11:53:19.1783409Z    Compiling noq-udp v0.10.0
2026-07-15T11:53:19.2102352Z    Compiling sync_wrapper v1.0.2
2026-07-15T11:53:19.2520420Z    Compiling aws-lc-sys v0.41.0
2026-07-15T11:53:19.2655713Z    Compiling ring v0.17.14
2026-07-15T11:53:19.3320634Z    Compiling libsqlite3-sys v0.30.1
2026-07-15T11:53:19.3451989Z    Compiling digest v0.11.3
2026-07-15T11:53:19.3570751Z    Compiling byteorder v1.5.0
2026-07-15T11:53:19.3628867Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-15T11:53:19.3933350Z    Compiling allocator-api2 v0.2.21
2026-07-15T11:53:19.4220915Z    Compiling opaque-debug v0.3.1
2026-07-15T11:53:19.4880154Z    Compiling polyval v0.6.2
2026-07-15T11:53:19.5522027Z    Compiling hash32 v0.2.1
2026-07-15T11:53:19.5890655Z    Compiling vergen-gitcl v1.0.8
2026-07-15T11:53:19.6763382Z    Compiling spin v0.9.8
2026-07-15T11:53:19.7080515Z    Compiling tower-layer v0.3.3
2026-07-15T11:53:19.7461737Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-15T11:53:19.7847312Z    Compiling num_threads v0.1.7
2026-07-15T11:53:19.8000573Z    Compiling signature v3.0.0
2026-07-15T11:53:19.9226811Z    Compiling ryu v1.0.23
2026-07-15T11:53:19.9331226Z    Compiling fallible-iterator v0.3.0
2026-07-15T11:53:19.9621138Z    Compiling time v0.3.47
2026-07-15T11:53:19.9790670Z    Compiling ghash v0.5.1
2026-07-15T11:53:19.9860468Z    Compiling sha2 v0.11.0-rc.5
2026-07-15T11:53:20.1455376Z    Compiling aes v0.8.4
2026-07-15T11:53:20.1633395Z    Compiling ctr v0.9.2
2026-07-15T11:53:20.2020297Z    Compiling fs2 v0.4.3
2026-07-15T11:53:20.2458864Z    Compiling aead v0.5.2
2026-07-15T11:53:20.3510493Z    Compiling http-body-util v0.1.3
2026-07-15T11:53:20.3843946Z    Compiling openssl-probe v0.2.1
2026-07-15T11:53:20.3949500Z    Compiling utf8parse v0.2.2
2026-07-15T11:53:20.3995180Z    Compiling arrayvec v0.7.6
2026-07-15T11:53:20.4751334Z    Compiling crossbeam-epoch v0.9.18
2026-07-15T11:53:20.5087328Z    Compiling crossbeam-channel v0.5.15
2026-07-15T11:53:20.5800002Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-15T11:53:20.7063202Z    Compiling netlink-packet-route v0.29.0
2026-07-15T11:53:20.7157863Z    Compiling blake3 v1.8.5
2026-07-15T11:53:20.7650500Z    Compiling memoffset v0.6.5
2026-07-15T11:53:20.9710522Z    Compiling aes-gcm v0.10.3
2026-07-15T11:53:20.9917956Z    Compiling acto v0.8.2
2026-07-15T11:53:20.9990964Z    Compiling netwatch v0.16.0
2026-07-15T11:53:21.1311213Z    Compiling noq v0.18.0
2026-07-15T11:53:21.1736014Z    Compiling ref-cast v1.0.25
2026-07-15T11:53:21.1823931Z    Compiling thiserror v1.0.69
2026-07-15T11:53:21.1991437Z    Compiling rustc-hash v2.1.2
2026-07-15T11:53:21.2090461Z    Compiling foldhash v0.2.0
2026-07-15T11:53:21.2840691Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-15T11:53:21.3243776Z    Compiling tagptr v0.2.0
2026-07-15T11:53:21.4010998Z    Compiling mac-addr v0.3.0
2026-07-15T11:53:21.4324630Z    Compiling identity-hash v0.1.0
2026-07-15T11:53:21.4574125Z    Compiling rustix v1.1.4
2026-07-15T11:53:21.4790630Z    Compiling lru-slab v0.1.2
2026-07-15T11:53:21.5122690Z    Compiling xml-rs v0.8.28
2026-07-15T11:53:21.5431606Z    Compiling sorted-index-buffer v0.2.1
2026-07-15T11:53:21.6682729Z    Compiling hashbrown v0.16.1
2026-07-15T11:53:21.7140648Z    Compiling netlink-packet-route v0.30.0
2026-07-15T11:53:21.8081347Z    Compiling errno v0.3.14
2026-07-15T11:53:21.9820882Z    Compiling serial-core v0.4.0
2026-07-15T11:53:22.0090920Z    Compiling ioctl-rs v0.1.6
2026-07-15T11:53:22.0276886Z    Compiling termios v0.2.2
2026-07-15T11:53:22.0380484Z    Compiling simple-dns v0.9.3
2026-07-15T11:53:22.1665893Z    Compiling synstructure v0.13.2
2026-07-15T11:53:22.2096137Z    Compiling darling_core v0.20.11
2026-07-15T11:53:22.2430559Z    Compiling serde_derive_internals v0.29.1
2026-07-15T11:53:22.2890288Z    Compiling aho-corasick v1.1.4
2026-07-15T11:53:22.5510541Z    Compiling proc-macro-crate v3.5.0
2026-07-15T11:53:22.5650335Z    Compiling xmltree v0.10.3
2026-07-15T11:53:22.7723081Z    Compiling signal-hook v0.3.18
2026-07-15T11:53:22.9270147Z    Compiling toml_write v0.1.2
2026-07-15T11:53:23.0134024Z    Compiling sha1_smol v1.0.1
2026-07-15T11:53:23.0135190Z    Compiling linux-raw-sys v0.12.1
2026-07-15T11:53:23.1728709Z    Compiling resolv-conf v0.7.6
2026-07-15T11:53:23.2181015Z    Compiling arrayref v0.3.9
2026-07-15T11:53:23.2274759Z    Compiling simdutf8 v0.1.5
2026-07-15T11:53:23.3050232Z    Compiling regex-syntax v0.8.10
2026-07-15T11:53:23.3707558Z    Compiling smol_str v0.1.24
2026-07-15T11:53:23.4160806Z    Compiling winnow v0.7.15
2026-07-15T11:53:23.4830309Z    Compiling constant_time_eq v0.4.2
2026-07-15T11:53:23.6228172Z    Compiling lru v0.16.4
2026-07-15T11:53:23.7860388Z    Compiling serial-unix v0.4.0
2026-07-15T11:53:23.8026582Z    Compiling darling_core v0.23.0
2026-07-15T11:53:23.8240891Z    Compiling signal-hook-registry v1.4.8
2026-07-15T11:53:24.1348908Z    Compiling serde_bytes v0.11.19
2026-07-15T11:53:24.1480269Z    Compiling seize v0.5.1
2026-07-15T11:53:24.4450088Z    Compiling hmac v0.12.1
2026-07-15T11:53:24.4956793Z    Compiling iroh v0.98.2
2026-07-15T11:53:24.6380234Z    Compiling dyn-clone v1.0.20
2026-07-15T11:53:24.7651787Z    Compiling rustix v0.38.44
2026-07-15T11:53:24.7830758Z    Compiling bitflags v1.3.2
2026-07-15T11:53:24.8088921Z    Compiling serde_derive v1.0.228
2026-07-15T11:53:24.8220611Z    Compiling zeroize_derive v1.4.3
2026-07-15T11:53:24.8356773Z    Compiling tokio-macros v2.7.0
2026-07-15T11:53:25.0660247Z    Compiling futures-macro v0.3.32
2026-07-15T11:53:25.2000229Z    Compiling zerofrom-derive v0.1.7
2026-07-15T11:53:25.6160353Z    Compiling zeroize v1.8.2
2026-07-15T11:53:25.6920425Z    Compiling tokio v1.52.3
2026-07-15T11:53:25.9510519Z    Compiling yoke-derive v0.8.2
2026-07-15T11:53:26.0990637Z    Compiling zerovec-derive v0.11.3
2026-07-15T11:53:26.1785876Z    Compiling displaydoc v0.2.6
2026-07-15T11:53:26.3240493Z    Compiling futures-util v0.3.32
2026-07-15T11:53:26.5390165Z    Compiling tracing-attributes v0.1.31
2026-07-15T11:53:27.2358535Z    Compiling rustls-pki-types v1.14.1
2026-07-15T11:53:27.2430255Z    Compiling zerofrom v0.1.8
2026-07-15T11:53:27.3580364Z    Compiling thiserror-impl v2.0.18
2026-07-15T11:53:27.4372940Z    Compiling yoke v0.8.3
2026-07-15T11:53:27.6488451Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-15T11:53:27.7151182Z    Compiling zerotrie v0.2.4
2026-07-15T11:53:27.8660166Z    Compiling darling_macro v0.20.11
2026-07-15T11:53:28.0189443Z    Compiling zerovec v0.11.6
2026-07-15T11:53:28.0680605Z    Compiling derive_more-impl v2.1.1
2026-07-15T11:53:28.1951796Z    Compiling n0-error-macros v0.1.3
2026-07-15T11:53:28.2531654Z    Compiling darling v0.20.11
2026-07-15T11:53:28.3150917Z    Compiling derive_builder_core v0.20.2
2026-07-15T11:53:28.3220615Z    Compiling spez v0.1.2
2026-07-15T11:53:28.4490756Z    Compiling der v0.8.0-rc.10
2026-07-15T11:53:28.7268919Z    Compiling pin-project-internal v1.1.13
2026-07-15T11:53:28.7970605Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-15T11:53:28.9600637Z    Compiling tinystr v0.8.3
2026-07-15T11:53:29.1780825Z    Compiling icu_locale_core v2.2.0
2026-07-15T11:53:29.2870976Z    Compiling potential_utf v0.1.5
2026-07-15T11:53:29.4570188Z    Compiling icu_collections v2.2.0
2026-07-15T11:53:29.5350821Z    Compiling n0-error v0.1.3
2026-07-15T11:53:29.6490184Z    Compiling cobs v0.3.0
2026-07-15T11:53:29.9030453Z    Compiling postcard-derive v0.2.2
2026-07-15T11:53:30.1245489Z    Compiling derive_builder_macro v0.20.2
2026-07-15T11:53:30.1890362Z    Compiling data-encoding-macro v0.1.20
2026-07-15T11:53:30.2760656Z    Compiling spki v0.8.0-rc.4
2026-07-15T11:53:30.2880457Z    Compiling pin-project v1.1.13
2026-07-15T11:53:30.3530645Z    Compiling futures-executor v0.3.32
2026-07-15T11:53:30.3770954Z    Compiling ed25519-dalek v2.2.0
2026-07-15T11:53:30.4802104Z    Compiling derive_builder v0.20.2
2026-07-15T11:53:30.5310208Z    Compiling icu_provider v2.2.0
2026-07-15T11:53:30.5441079Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-15T11:53:30.7396113Z    Compiling ipnet v2.12.0
2026-07-15T11:53:30.8461327Z    Compiling ed25519 v3.0.0-rc.4
2026-07-15T11:53:31.0240351Z    Compiling icu_normalizer v2.2.0
2026-07-15T11:53:31.0673030Z    Compiling icu_properties v2.2.0
2026-07-15T11:53:31.1450706Z    Compiling spt-proto v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-15T11:53:31.1550297Z    Compiling futures v0.3.32
2026-07-15T11:53:31.2685184Z    Compiling prefix-trie v0.8.4
2026-07-15T11:53:31.3641069Z    Compiling rustls-native-certs v0.8.4
2026-07-15T11:53:31.7284834Z    Compiling once_cell v1.21.4
2026-07-15T11:53:31.8061458Z    Compiling tokio-util v0.7.18
2026-07-15T11:53:31.8130243Z    Compiling netlink-sys v0.8.8
2026-07-15T11:53:31.8707736Z    Compiling postcard v1.1.3
2026-07-15T11:53:31.9210615Z    Compiling tower v0.5.3
2026-07-15T11:53:32.0152006Z    Compiling tracing-core v0.1.36
2026-07-15T11:53:32.1734118Z    Compiling async-trait v0.1.89
2026-07-15T11:53:32.2983274Z    Compiling hashbrown v0.14.5
2026-07-15T11:53:32.3220310Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-15T11:53:32.3661545Z    Compiling num_enum_derive v0.7.6
2026-07-15T11:53:32.4151041Z    Compiling iroh-metrics-derive v0.4.1
2026-07-15T11:53:32.8040659Z    Compiling tracing v0.1.44
2026-07-15T11:53:32.8126255Z    Compiling idna_adapter v1.2.2
2026-07-15T11:53:32.8172416Z    Compiling enum-assoc v1.3.0
2026-07-15T11:53:32.9101450Z    Compiling strum_macros v0.28.0
2026-07-15T11:53:32.9330453Z    Compiling idna v1.1.0
2026-07-15T11:53:32.9560527Z    Compiling tokio-stream v0.1.18
2026-07-15T11:53:32.9660374Z    Compiling iroh-relay v0.98.0
2026-07-15T11:53:33.0431989Z    Compiling netdev v0.42.0
2026-07-15T11:53:33.1646828Z    Compiling h2 v0.4.14
2026-07-15T11:53:33.2617949Z    Compiling hashlink v0.9.1
2026-07-15T11:53:33.3619854Z    Compiling iroh-metrics v0.38.3
2026-07-15T11:53:33.3759192Z    Compiling derive_more v2.1.1
2026-07-15T11:53:33.4877291Z    Compiling netlink-proto v0.12.0
2026-07-15T11:53:33.5530565Z    Compiling url v2.5.8
2026-07-15T11:53:33.6945816Z    Compiling num_enum v0.7.6
2026-07-15T11:53:33.7160449Z    Compiling moka v0.12.15
2026-07-15T11:53:33.7610480Z    Compiling rusqlite v0.32.1
2026-07-15T11:53:33.8046119Z    Compiling n0-watcher v0.6.1
2026-07-15T11:53:33.8140403Z    Compiling serde_spanned v0.6.9
2026-07-15T11:53:33.8580379Z    Compiling toml_datetime v0.6.11
2026-07-15T11:53:33.9985915Z    Compiling thiserror-impl v1.0.69
2026-07-15T11:53:34.0135627Z    Compiling ref-cast-impl v1.0.25
2026-07-15T11:53:34.0870592Z    Compiling webpki-roots v1.0.7
2026-07-15T11:53:34.1700307Z    Compiling toml_edit v0.22.27
2026-07-15T11:53:34.2348940Z    Compiling regex-automata v0.4.14
2026-07-15T11:53:34.6600568Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-15T11:53:34.6890412Z    Compiling attohttpc v0.30.1
2026-07-15T11:53:34.9170390Z    Compiling tower-http v0.6.11
2026-07-15T11:53:34.9950560Z    Compiling iroh-base v0.98.0
2026-07-15T11:53:35.1060752Z    Compiling spt-store v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-15T11:53:35.1280081Z    Compiling schemars_derive v1.2.1
2026-07-15T11:53:35.1500366Z    Compiling cmov v0.5.4
2026-07-15T11:53:35.4060415Z    Compiling pin-utils v0.1.0
2026-07-15T11:53:35.4855761Z    Compiling nix v0.25.1
2026-07-15T11:53:35.4974246Z    Compiling ctutils v0.4.2
2026-07-15T11:53:35.6404899Z    Compiling filedescriptor v0.8.3
2026-07-15T11:53:35.7756666Z    Compiling backon v1.6.0
2026-07-15T11:53:35.8371759Z    Compiling darling_macro v0.23.0
2026-07-15T11:53:35.9800581Z    Compiling hkdf v0.12.4
2026-07-15T11:53:36.1360361Z    Compiling papaya v0.2.4
2026-07-15T11:53:36.1740873Z    Compiling strum v0.28.0
2026-07-15T11:53:36.1893152Z    Compiling serial v0.4.0
2026-07-15T11:53:36.2770786Z    Compiling iroh-dns v0.98.0
2026-07-15T11:53:36.2932464Z    Compiling anstyle-parse v1.0.0
2026-07-15T11:53:36.3271762Z    Compiling vte_generate_state_changes v0.1.2
2026-07-15T11:53:36.4230653Z    Compiling is_terminal_polyfill v1.70.2
2026-07-15T11:53:36.4970496Z    Compiling foldhash v0.1.5
2026-07-15T11:53:36.6445748Z    Compiling anstyle-query v1.1.5
2026-07-15T11:53:36.6590547Z    Compiling downcast-rs v1.2.1
2026-07-15T11:53:36.6810234Z    Compiling instability v0.3.12
2026-07-15T11:53:36.6900473Z    Compiling colorchoice v1.0.5
2026-07-15T11:53:36.7252512Z    Compiling linux-raw-sys v0.4.15
2026-07-15T11:53:36.7430253Z    Compiling shell-words v1.1.1
2026-07-15T11:53:36.7927074Z    Compiling anstyle v1.0.14
2026-07-15T11:53:36.8910319Z    Compiling vte v0.13.1
2026-07-15T11:53:36.9008284Z    Compiling hashbrown v0.15.5
2026-07-15T11:53:36.9080627Z    Compiling signal-hook-mio v0.2.5
2026-07-15T11:53:36.9120854Z    Compiling darling v0.23.0
2026-07-15T11:53:36.9860392Z    Compiling spake2 v0.4.0
2026-07-15T11:53:36.9990304Z    Compiling terminal_size v0.4.4
2026-07-15T11:53:37.0740302Z    Compiling anstream v1.0.0
2026-07-15T11:53:37.0828259Z    Compiling strum_macros v0.26.4
2026-07-15T11:53:37.2270405Z    Compiling toml v0.8.23
2026-07-15T11:53:37.3270507Z    Compiling regex v1.12.3
2026-07-15T11:53:37.5602613Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-15T11:53:37.8030473Z    Compiling schemars v1.2.1
2026-07-15T11:53:37.9100422Z    Compiling sha1 v0.10.6
2026-07-15T11:53:38.1260215Z    Compiling itertools v0.13.0
2026-07-15T11:53:38.2190439Z    Compiling castaway v0.2.4
2026-07-15T11:53:38.2871019Z    Compiling unicode-width v0.1.14
2026-07-15T11:53:38.3085192Z    Compiling static_assertions v1.1.0
2026-07-15T11:53:38.4009340Z    Compiling doctest-file v1.1.1
2026-07-15T11:53:38.6836770Z    Compiling clap_lex v1.1.0
2026-07-15T11:53:38.7820207Z    Compiling indoc v2.0.7
2026-07-15T11:53:38.8102692Z    Compiling crossterm v0.28.1
2026-07-15T11:53:38.9010715Z    Compiling spt-msg v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-15T11:53:39.0110385Z    Compiling hyper v1.10.1
2026-07-15T11:53:39.3870458Z    Compiling spt-runtime v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-15T11:53:39.8710084Z    Compiling strum v0.26.3
2026-07-15T11:53:40.0370720Z    Compiling portable-pty v0.8.1
2026-07-15T11:53:40.1580337Z    Compiling interprocess v2.4.2
2026-07-15T11:53:40.4611196Z    Compiling spt-term v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-15T11:53:40.7123024Z    Compiling unicode-truncate v1.1.0
2026-07-15T11:53:40.7640723Z    Compiling clap_builder v4.6.0
2026-07-15T11:53:40.8180519Z    Compiling compact_str v0.8.2
2026-07-15T11:53:40.8710499Z    Compiling lru v0.12.5
2026-07-15T11:53:40.9030662Z    Compiling clap_derive v4.6.1
2026-07-15T11:53:40.9650393Z    Compiling cassowary v0.3.0
2026-07-15T11:53:41.0080628Z    Compiling hyper-util v0.1.20
2026-07-15T11:53:41.0866401Z    Compiling iana-time-zone v0.1.65
2026-07-15T11:53:41.1862488Z    Compiling unicode-width v0.2.0
2026-07-15T11:53:41.2957006Z    Compiling chrono v0.4.45
2026-07-15T11:53:41.3765825Z    Compiling nucleo-matcher v0.3.1
2026-07-15T11:53:41.4680320Z    Compiling qrcode v0.14.1
2026-07-15T11:53:41.5800527Z    Compiling tempfile v3.27.0
2026-07-15T11:53:41.8750529Z    Compiling ratatui v0.29.0
2026-07-15T11:53:43.2118784Z    Compiling igd-next v0.17.1
2026-07-15T11:53:43.2381112Z    Compiling spt-live v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-15T11:53:43.5600518Z    Compiling clap v4.6.1
2026-07-15T11:53:44.4159755Z    Compiling portmapper v0.16.0
2026-07-15T11:53:50.8001858Z    Compiling rustls-webpki v0.103.13
2026-07-15T11:53:53.3607671Z    Compiling tokio-rustls v0.26.4
2026-07-15T11:53:53.3609570Z    Compiling rustls-platform-verifier v0.7.0
2026-07-15T11:53:53.3610044Z    Compiling noq-proto v0.17.0
2026-07-15T11:53:53.5076910Z    Compiling hyper-rustls v0.27.9
2026-07-15T11:53:53.5077485Z    Compiling hickory-net v0.26.0-beta.4
2026-07-15T11:53:53.5077963Z    Compiling tokio-websockets v0.13.2
2026-07-15T11:53:53.6634327Z    Compiling reqwest v0.13.4
2026-07-15T11:53:54.6981242Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-15T11:54:09.2357926Z    Compiling spt-net v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-15T11:54:10.7597772Z    Compiling spt-daemon v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-15T11:54:19.7275259Z    Compiling spt v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-15T11:54:24.8092493Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
2026-07-15T11:54:24.8315305Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-0fe09e3c7f882ea6)
2026-07-15T11:54:24.8328572Z 
2026-07-15T11:54:24.8328683Z running 1 test
2026-07-15T11:54:30.9211130Z test new_brain_serves_against_old_broker ... ok
2026-07-15T11:54:30.9211515Z 
2026-07-15T11:54:30.9211799Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-15T11:54:30.9212377Z 
